[ Document Heading ] title : FRKHOWTO get your own compilable tree creation-time : Thu Sep 4 16:37:30 CEST 2008 last-edit : Thu Sep 4 16:37:30 CEST 2008 creator : yazgoo editors : yazgoo [ Description ] This document how to setup a compilable environment from svn repository under unix systems. [ Content ] [ 1) chekout a working version ] $ cd $YOUR_DEV_DIRECTORY_PATH $ svn checkout https://forklifters.svn.sourceforge.net/svnroot/forklifters/ in the current directory, your working directory will now be forklifters [ 2) edit your bashrc ] Add to your bashrc the following lines, replacing $YOUR_DEV_DIRECTORY_PATH by what's needded ________________bashrc_content___________________ FRKROOT=$YOUR_DEV_DIRECTORY_PATH/forklifters/ export FRKROOT PATH=$PATH:$FRKROOT/script _________________________________________________ [ Conclusion ] You now have your version of the tree which should compile.